Skip to content

Conversation

XiaofeiCao
Copy link
Contributor

@XiaofeiCao XiaofeiCao commented Aug 12, 2025

Description

Context

Azure MGMT SDK is progressively separating resourcemanager libraries into individual service directories:

We've now splitted azure-resourcemanager-search:

This affects Spring's compatibility check.
https://dev.azure.com/azure-sdk/public/_build/results?buildId=5204341&view=results

This PR

This PR updates the azure-resourcemanager-search module dependency to point to the new location.

There could be more PRs in the future once we migrated other packages.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@XiaofeiCao XiaofeiCao requested a review from conniey August 12, 2025 09:45
@github-actions github-actions bot added the azure-spring All azure-spring related issues label Aug 12, 2025
@XiaofeiCao XiaofeiCao marked this pull request as ready for review August 12, 2025 09:55
@Copilot Copilot AI review requested due to automatic review settings August 12, 2025 09:55
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the Azure Spring compatibility tests by updating the module path for azure-resourcemanager-search dependency after it was moved from the resourcemanager directory to its own service-specific directory as part of the Azure MGMT SDK reorganization.

  • Updates the module reference to point to the new location under sdk/search/
  • Adds the search directory to the compatibility test job configuration

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
sdk/spring/pipeline/compatibility-tests-job.yml Adds sdk/search/azure-resourcemanager-search to the list of included modules for compatibility testing
sdk/spring/pipeline/ClientFromSourcePom.xml Updates the module path from resourcemanager/ to search/ directory for azure-resourcemanager-search

@weshaggard weshaggard merged commit f9e04ed into main Aug 14, 2025
33 checks passed
@weshaggard weshaggard deleted the spring_fix_resourcemanager_search_dependency branch August 14, 2025 17:45
@weshaggard
Copy link
Member

Merged to unblock pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants